home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMNOTES / TFRMNOTES.txt
Text File  |  1997-11-30  |  1KB  |  57 lines

  1. object frmNotes: TfrmNotes
  2.   Left = 298
  3.   Top = 208
  4.   Width = 502
  5.   Height = 413
  6.   Caption = 'Notes On This System'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object rtbNotes: TRichEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 494
  20.     Height = 342
  21.     Align = alClient
  22.     Color = clBtnFace
  23.     ReadOnly = True
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.     OnChange = rtbNotesChange
  27.   end
  28.   object panNotes: TPanel
  29.     Left = 0
  30.     Top = 342
  31.     Width = 494
  32.     Height = 41
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 1
  36.     OnResize = panNotesResize
  37.     object butClose: TButton
  38.       Left = 408
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Caption = '&Close'
  43.       TabOrder = 1
  44.       OnClick = butCloseClick
  45.     end
  46.     object butEdit: TButton
  47.       Left = 304
  48.       Top = 8
  49.       Width = 91
  50.       Height = 25
  51.       Caption = '&Edit Notes'
  52.       TabOrder = 0
  53.       OnClick = butEditClick
  54.     end
  55.   end
  56. end
  57.